home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / fortran / f2c-stab.000 < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.8 KB  |  43 lines

  1. Begin3
  2. Title:          f2c-stabs - f2c support for gdb via emacs
  3. Version:        0.9 Alpha (first release)
  4. Entered-date:   31MAR96
  5. Description:    f2c does name mangling, auto array referencing,
  6.                 pointer passing, and parameter realization when
  7.                 compiling Fortran code to C code.  This makes
  8.                 debugging f2c code from within gdb very difficult.
  9.                 This package, when used in conjunction with running
  10.                 gdb from within emacs, solves alot of this problem.
  11.                 It allows emacs to take fortran expressions, convert
  12.                 them to the f2c mangled version, and pass them to gdb
  13.                 for evaluation.  For example, if one has:
  14.  
  15.                 REAL FOO(2:3,1:2)
  16.                 common /BAR_NONE/ FOO
  17.  
  18.                 one can do C-cC-v FOO(3,2) in emacs to get the value
  19.                 of FOO(3,2).  Emacs will automatically translate this
  20.                 to bar_none__.foo[4], and pass it to gdb for
  21.                 evaluation.
  22.  
  23.                 This package include the above emacs elisp code, a
  24.                 fortran parser, and other miscellaneous utilities.
  25.  
  26.                 With additional work, it would be suitable as a
  27.                 workaround for any language/debugger combination where
  28.                 the debugger doesn't quite understand the language.
  29.  
  30. Keywords:       f2c, symbol tables, gdb, fortran, debug
  31. Author:         abel@netvision.net.il (Harvey J. Stein)
  32.                 hjstein@netvision.net.il (Harvey J. Stein)
  33. Maintained-by:  
  34. Primary-site:   sunsite.unc.edu /pub/Linux/devel/lang/fortran
  35.                 35kb f2c-stabs-0.9.tar.gz
  36.                 2kb  f2c-stabs-0.9.lsm
  37.                 
  38. Alternate-site: 
  39. Original-site:  
  40. Platforms:      It'd help if you have STk, but it's unnecessary.
  41. Copying-policy: GPL
  42. End
  43.